home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / minitel3.arc / MINITEL.PAT < prev    next >
Text File  |  1985-02-11  |  1KB  |  51 lines

  1.     Fido Software
  2.     Minitel Version 3.0
  3.     20 Jan 85
  4.     All hardware versions
  5.  
  6.     This tells how to patch Minitel to set your favorite
  7. default settings, such as baud rate, etc. You will need to
  8. use DEBUG.COM, supplied with your MSDOS.
  9.  
  10.     The E command is used to change bytes in your copy
  11. of Minitel. Note that you MUST rename Minitel to some other
  12. name; DEBUG will not let you save .EXE programs, and all the
  13. offset given below will be wrong.
  14.  
  15. REN xxxMINI.EXE TEMP    Cant patch .EXE files
  16. -
  17. -eAAAA            Enter E, then the address from below
  18. SEGM:AAAA XX.        Displays the address, current value,
  19. -            You then enter the new value.
  20. -W            Save the changes
  21. Writing xxx bytes    Message from DEBUG
  22. -Q            Return to DOS
  23.  
  24. REN TEMP xxxMINI.EXE    Original name
  25.  
  26. Addresses in Hex:
  27.  
  28.     226    Command character; ESCape by default
  29.     228    Ditto, change both at once
  30.  
  31.     22a    Terminal type: 0 = none, 1 = filter, 
  32.         2 == vt102
  33.  
  34.     22c    1 == auto linefeeds
  35.  
  36.     22e    1 == half duplex
  37.  
  38.     230    0 == normal; 4 = SmartCat 8 == IBM Jr, 
  39.  
  40.     232    1 = TELINK, 2 = MODEM7, 3 = XMODEM,
  41.         4 = ASCII, 5 = KERMIT
  42.  
  43.     234    0 = Checksum, 1 = CRC
  44.  
  45.     236    2 byte baud rate
  46.  
  47.     238    0 = no, 1 = odd, 2 = even, 3 = zero,
  48.         4 = mark parity
  49.  
  50.     23a    0 = COM1, 1 = COM2, etc
  51.